home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / art&graf.ix / art-4543 / mvg / mod_code / pcap.txt < prev    next >
Text File  |  1987-04-21  |  2KB  |  43 lines

  1. MVG 1.20p  01/17/90
  2.  
  3. New feature for Modules: ALT-HELP Capture
  4.  
  5. This feature is selectable in PREFERENCES: [PRN Capture   yes no]
  6.  
  7. Purpose:  Tells MVG to take over the Alt-Help screen-dump vector, much like
  8.          those that function from the DeskTop.
  9.           When MVG executes a Module, it will first check this flag and if
  10.          it is SET then the screen-dump vector is re-routed to MVG for the
  11.          duration of the module (upon exit from the module, this vector is
  12.          restored to it's previous state).
  13.          
  14.           MVG will capture the current video display and place it within
  15.          the ClipBoard (provided the CLipboard is enabled. 520 systems
  16.          will more than likely be unable to use this feature).
  17.          
  18.          
  19. Possible Problems:
  20.  
  21.      Insufficient memory to execute an application from the MODULES menu.
  22.      520's are certain to experience this; 1040's may also experience some
  23.      problems... a 1040 has a buffer of approx 512k of which 256k is released
  24.      for module execution.
  25.      
  26.      MVG opens a full sized window on power-up. It does not close this window
  27.      until MVG itself exits. An open window will cause other 'child' programs
  28.      to leave their last window constantly displayed.
  29.      
  30.      MVG's capture routine uses two calls to the system.
  31.      
  32.      1) XBIOS's _phys_base
  33.      2) BIOS's character output to ring the bell.
  34.      
  35.      Either TRAP instruction may eventually cause havoc. No problem has been
  36.      witnessed as yet.
  37.      
  38.      Some programs intecept the Alt-Help vector and will, thereby, bypass 
  39.      MVG's capture function.
  40.      
  41.      
  42.      
  43.